home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / mail / Mutt089src.lha / Mutt-0.89i-AMIGA / src / config.h < prev    next >
Text File  |  1998-01-28  |  4KB  |  165 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Enable debugging info */
  5. #define DEBUG
  6.  
  7. /* Does your version of PGP support the PGPPASSFD environment variable? */
  8. #define HAVE_PGPPASSFD
  9.  
  10. /* Disable the X-Mailer header? */
  11. /* #undef NO_XMAILER */
  12.  
  13. /* What is your domain name? */
  14. /* #undef DOMAIN */
  15.  
  16. /* Define to `int' if <sys/types.h> doesn't define.  */
  17. /* #undef pid_t */
  18.  
  19. /* Define as the return type of signal handlers (int or void).  */
  20. #define RETSIGTYPE void
  21.  
  22. /* Define if you have the ANSI C header files.  */
  23. #define STDC_HEADERS 1
  24.  
  25. /* Define if `sys_siglist' is declared by <signal.h>.  */
  26. #define SYS_SIGLIST_DECLARED 1
  27.  
  28. /* Mutt version info */
  29. #define VERSION "0.89i (AMIGA)"
  30.  
  31. /* use dotlocking to lock mailboxes? */
  32. #undef USE_DOTLOCK
  33.  
  34. /* use flock() to lock mailboxes? */
  35. #define USE_FLOCK
  36.  
  37. /* Use fcntl() to lock folders? */
  38. #undef USE_FCNTL
  39.  
  40. /*
  41.  * Define if you have problems with mutt not detecting new/old mailboxes
  42.  * over NFS.  Some NFS implementations incorrectly cache the attributes
  43.  * of small files.
  44.  */
  45. /* #undef NFS_ATTRIBUTE_HACK */
  46.  
  47. /* Do you want support for the POP3 protocol? (--enable-pop) */
  48. #undef USE_POP
  49.  
  50. /*
  51.  * Is mail spooled to the user's home directory?  If defined, MAILPATH should
  52.  * be set to the filename of the spool mailbox relative the the home
  53.  * directory.
  54.  * use: configure --with-homespool=FILE
  55.  */
  56. #undef HOMESPOOL
  57.  
  58. /* Where new mail is spooled */
  59. #define MAILPATH "UUCP:Mail"
  60.  
  61. /* Should I just use the domain name? (--enable-hidden-host) */
  62. /* #undef HIDDEN_HOST */
  63.  
  64. /* Where to find sendmail on your system */
  65. #define SENDMAIL "UUCP:c/sendmail"
  66.  
  67. /* Where is PGP located on your system? */
  68. #define _PGPPATH "bin:pgp"
  69.  
  70. /* Do we have PGP 5.0 or up? */
  71. /* #undef HAVE_PGP5 */
  72.  
  73. /* Where to find ispell on your system? */
  74. #define ISPELL "bin:ispell"
  75.  
  76. /* Should Mutt run setgid "mail" ? */
  77. /* #undef USE_SETGID */
  78.  
  79. /* Does your curses library support color? */
  80. #define HAVE_COLOR 1
  81.  
  82. /* Are we using GNU rx? */
  83. /* #undef USE_GNU_RX */
  84.  
  85. /* Compiling with SLang instead of curses/ncurses? */
  86. #define USE_SLANG_CURSES 1
  87.  
  88. /* program to use for shell commands */
  89. #define EXECSHELL "bin:sh"
  90.  
  91. /* The "buffy_size" feature */
  92. /* #undef BUFFY_SIZE */
  93.  
  94. /* The result of isprint() is unreliable? */
  95. /* #undef LOCALES_HACK */
  96.  
  97. /* The number of bytes in a long.  */
  98. #define SIZEOF_LONG 4
  99.  
  100. /* Define if you have the bkgdset function.  */
  101. /* #undef HAVE_BKGDSET */
  102.  
  103. /* Define if you have the curs_set function.  */
  104. /* #undef HAVE_CURS_SET */
  105.  
  106. /* Define if you have the ftruncate function.  */
  107. #define HAVE_FTRUNCATE 1
  108.  
  109. /* Define if you have the meta function.  */
  110. /* #undef HAVE_META */
  111.  
  112. /* Define if you have the regcomp function.  */
  113. #define HAVE_REGCOMP 1
  114.  
  115. /* Define if you have the resizeterm function.  */
  116. /* #undef HAVE_RESIZETERM */
  117.  
  118. /* Define if you have the setegid function.  */
  119. #define HAVE_SETEGID 1
  120.  
  121. /* Define if you have the snprintf function.  */
  122. #define HAVE_SNPRINTF 1
  123.  
  124. /* Define if you have the srand48 function.  */
  125. #define HAVE_SRAND48 1
  126.  
  127. /* Define if you have the strcasecmp function.  */
  128. #define HAVE_STRCASECMP 1
  129.  
  130. /* Define if you have the strerror function.  */
  131. #define HAVE_STRERROR 1
  132.  
  133. /* Define if you have the strftime function.  */
  134. #define HAVE_STRFTIME 1
  135.  
  136. /* Define if you have the strncasecmp function.  */
  137. /* #undef HAVE_STRNCASECMP */
  138.  
  139. /* Define if you have the typeahead function.  */
  140. /* #undef HAVE_TYPEAHEAD */
  141.  
  142. /* Define if you have the use_default_colors function.  */
  143. /* #undef HAVE_USE_DEFAULT_COLORS */
  144.  
  145. /* Define if you have the <ncurses.h> header file.  */
  146. /* #undef HAVE_NCURSES_H */
  147.  
  148. /* Define if you have the <stdarg.h> header file.  */
  149. #define HAVE_STDARG_H 1
  150.  
  151. /* Define if you have the <sys/ioctl.h> header file.  */
  152. #define HAVE_SYS_IOCTL_H 1
  153.  
  154. /* Define if you have the intl library (-lintl).  */
  155. /* #undef HAVE_LIBINTL */
  156.  
  157. /* Define if you have the nsl library (-lnsl).  */
  158. /* #undef HAVE_LIBNSL */
  159.  
  160. /* Define if you have the socket library (-lsocket).  */
  161. /* #undef HAVE_LIBSOCKET */
  162.  
  163. /* Define if you have the x library (-lx).  */
  164. /* #undef HAVE_LIBX */
  165.